home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 32 / mailaddh.cmd < prev    next >
Encoding:
Text File  |  1986-07-17  |  890 b   |  31 lines

  1. * mailaddh.prg
  2. * HELP FOR ADD SCREEN
  3. *
  4. ERASE
  5. TEXT
  6.  
  7.  
  8.  
  9.                            MAIL LIST ADD RECORD HELP
  10.  
  11.        In  ADD RECORD all you will need to do is enter the  information.  
  12.        At the end of the data entry you will get a prompt saying "IS THE 
  13.        ADDRESS OK?"   Pressing a "Y" will save the  information  on  the 
  14.        disk,  or  press  any  key to change  any  information  you  have 
  15.        entered.
  16.  
  17.        Pressing the F2 key (HELP) will return to this help screen.
  18.  
  19.        Pressing the F3 key (QUIT) will abandon any data on the screen 
  20.        and return to the main menu.
  21.  
  22.        Pressing the F7 key (SAVE) will save what is on the screen.
  23.  
  24.        Pressing the F8 key (Erase) will erase the screen.
  25. ENDTEXT
  26. ASSIGN BOX(02,05,19,74,42,42,42,42,42,42)
  27. Y.ANS = ' '
  28. @ 24,00 SAY 'PRESS ANY KEY TO RETURN TO ADD RECORD ' GET Y.ANS
  29. READ
  30. RETURN
  31.